current string meaning in English
当前字符串
Examples
- Compares the current string object to another string
将当前字符串对象与另一个字符串进行比较。 - Reads and returns the current string appended to the input value
读取并返回追加到输入值的当前字符串。 - This case - sensitive method returns true if the current string object begins with the passed string and
如果当前字符串对象以传递的字符串开始,则这个区分大小写的方法返回 - Method compares a passed string to the characters that exist at the end of the current string object
String . endswith方法将传递的字符串与位于当前字符串对象结尾处的字符进行比较。 - Method compares the string that the current string object encapsulates to another string or object
String . compareto方法将当前字符串对象封装的字符串与另一个字符串或对象进行比较。